* keymap.c (map_keymap_internal): Use format_save_value.
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 15 Jan 2013 10:14:31 +0000 (14:14 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 15 Jan 2013 10:14:31 +0000 (14:14 +0400)
commitbe933b97a2fa29645e8ebff16fc170fc91ddb7c7
treeb1b41fa5830875ce04508f33de388f323410a187
parentceab720429a1a226ea78a30afefc019ca205f027
* keymap.c (map_keymap_internal): Use format_save_value.
(map_keymap_char_table_item): Adjust accordingly.
* fileio.c (non_regular_fd, non_regular_inserted)
(non_regular_nbytes): Remove.
(Finsert_file_contents): Convert trytry to ptrdiff_t.  Use
format_save_value to pass parameters to read_non_regular.
(read_non_regular): Use XSAVE_ macros to extract parameters.
Adjust comment.
* xmenu.c (xmenu_show) [!USE_X_TOOLKIT && !USE_GTK]: Use
format_save_value.
(pop_down_menu) [!USE_X_TOOLKIT && !USE_GTK]: Adjust user.
src/ChangeLog
src/fileio.c
src/keymap.c
src/xmenu.c